home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / etc / sgml / README.cdtd.z / README.cdtd
Encoding:
Text File  |  1998-05-21  |  351 b   |  7 lines

  1. The compiled dtd's are currently built by hand.  Currently, something like
  2. the following will work:
  3.  
  4. ../../src/xemacs -batch -q -l psgml-parse.elc -l psgml-dtd.elc -eval "(progn (sgml-set-global) (setq sgml-no-elements 0) (sgml-compile-dtd \"$(pwd)/html.dtd\" \"$(pwd)/cdtd/html\" []))"
  5.  
  6. Note that the parameters are taken roughly from the ECAT file.
  7.